This instructions help you get started using Eclipse and the CDT to develop C++ systems under Windows.
Many Thanks To
After many tries and false paths, I finally got a fully working environment fairly easily. Thank you to Doug Schaefer (Twitter), Eclipse CDT Project Lead.
Overview
This instructions help you get started using Eclipse and the CDT to develop C++ systems under Windows.Many Thanks To
After many tries and false paths, I finally got a fully working environment fairly easily. Thank you to Doug Schaefer (Twitter), Eclipse CDT Project Lead.These instructions are essentially a duplication of: Wascana Eclipse C/C++ IDE for Windows Developers.
Steps
Note: If you install the 64-bit JDK, install the 64-bit Eclipse. Same with 32-bit.That's it, works quite well. This gives support for compiling and debugging C++ applications in Eclipse.
Verifying It Works
<--Back